@charset "utf-8";

#tsc_player {
   z-index: 9999;	
}

.tscplayer_inline {
	position:static;
	margin: 10px;
	width: 854px;
	height: 480px;
	z-index:auto;
}

.tscplayer_fullframe {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 50px;
	z-index: 9999;
}

.pstyle1 {
    text-align: center;
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
}

.pstyle2 {
    text-align: center;
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 36pt;
    font-weight: bold;
}

.pstyle3 {
    text-align: center;
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 50pt;
    font-weight: bold;
}

.tstyle1 {
    text-align: center;
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
}

@media screen and (max-width: 854px) {
    .tscplayer_inline {
	width: 100%;
    }
}
